ServiceFindPeople Method (StandardFolder, PersonaShape, Restriction, Restriction, IListPropertyOrder, IndexedPageView) |
Finds the people.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FindPeopleResponse FindPeople(
StandardFolder standardFolder,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction,
IList<PropertyOrder> propertyOrder,
IndexedPageView view
)
Public Function FindPeople (
standardFolder As StandardFolder,
shape As PersonaShape,
restriction As Restriction,
aggregationRestriction As Restriction,
propertyOrder As IList(Of PropertyOrder),
view As IndexedPageView
) As FindPeopleResponse
Parameters
- standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The standard folder. - shape
- Type: Independentsoft.ExchangePersonaShape
The shape. - restriction
- Type: Independentsoft.ExchangeRestriction
The restriction. - aggregationRestriction
- Type: Independentsoft.ExchangeRestriction
The aggregation restriction. - propertyOrder
- Type: System.Collections.GenericIListPropertyOrder
The property order. - view
- Type: Independentsoft.ExchangeIndexedPageView
The view.
Return Value
Type:
FindPeopleResponseFindPeopleResponse.
See Also